/* override flexslider default style */
.flexslider {
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index:9;
	display:block;
}

.flex-control-paging li{ width:40px; height: 40px; }
.flex-control-paging li a{ text-align: center; position: relative; text-align: center; line-height: 40px; color: #FFF; font-size: 1.2em;}

.flex-control-paging li a,.flex-control-paging li a:hover {
	background:#FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width:10px;
	height:10px;
	-moz-border-radius: 360px; /* Firefox */
    -webkit-border-radius: 360px; /* Safari 和 Chrome */
    border-radius: 360px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	display: inline-block;
	vertical-align: middle;
}

.flex-control-paging li a.flex-active {
	border:1px solid #FFF;
	background-color:transparent;
	background-size:cover;
	width:40px;
	height:40px;
	text-indent:0;
}
.flex-control-paging li a.flex-active svg{position: absolute; top:0; left:0; overflow: visible; }
.flex-control-paging li a.flex-active #circle{
stroke-dasharray:314,314;
stroke-dashoffset:0;
-webkit-animation: vv 5s linear ;
-moz-animation: vv 5s linear ;
-o-animation: vv 5s linear ;
animation: vv 5s linear ;
 }	
@-webkit-keyframes vv {   
from {stroke-dashoffset:314;}
to {stroke-dashoffset:0;}
}
@-moz-keyframes vv {   
from {stroke-dashoffset:314;}
to {stroke-dashoffset:0;}
}
@keyframes vv {   
from {stroke-dashoffset:314;}
to {stroke-dashoffset:0;}
}
/*
.flex-control-paging li:first-child a.flex-active {  background-image:url(../../../img/images/page/b01.png);  }
.flex-control-paging li:nth-child(2) a.flex-active {  }
.flex-control-paging li:nth-child(3) a.flex-active { background:url(../../../img/images/c.svg) center center no-repeat;}
.flex-control-paging li:nth-child(4) a.flex-active { background:url(../../../img/images/c.svg) center center no-repeat;}
.flex-control-paging li:nth-child(5) a.flex-active { background:url(../../../img/images/c.svg) center center no-repeat;}
.flex-control-paging li:nth-child(6) a.flex-active { background-image:url(../../../img/images/page/b06.png); }
.flex-control-paging li:nth-child(7) a.flex-active { background-image:url(../../../img/images/page/b07.png); }
.flex-control-paging li:nth-child(8) a.flex-active { background-image:url(../../../img/images/page/b08.png); }
.flex-control-paging li:nth-child(9) a.flex-active { background-image:url(../../../img/images/page/b09.png); }
*/

.flex-direction-nav {
	height:90px;
	width: 100%;
	position: absolute;
	top:50%;
	left:0;
	margin: -50px 0 0; 	
	z-index:100;
	display: none;
}

.flex-direction-nav li {
	overflow:visible;
}

.flex-direction-nav a  { 
	overflow:visible;
	width: 90px; 
	height: 90px; 
	margin: 0; 
	opacity: 0;  
	top:0;
	color: rgba(0,0,0,0.8); 
	text-indent:-9999em;
	text-shadow: none; 
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 
	background-color: rgba(0,0,0,0.5) ;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

.flex-direction-nav .arrow {
	position: absolute;
	top:0;
	left:0;
	width: 90px; 
	height: 95px; 
	z-index:200;
}

.flex-direction-nav a.flex-next .arrow {}
.flex-direction-nav .flex-prev { left:0px; background:url(../img/l.png) no-repeat; }
.flex-direction-nav .flex-next { right:0px; text-align: left;  background:url(../img/r.png) no-repeat;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
.flexslider:hover .flex-prev:hover .arrow { left:0; background:url(../img/lh.png) no-repeat;}
.flexslider:hover .flex-next:hover .arrow { right:0; background:url(../img/rh.png) no-repeat;}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {opacity:1; }
.flexslider{ width:100%; margin-left: auto; margin-right: auto; }	

/* general style */
.preview {
	width: 95px;
	height:95px;
	position: absolute;
	top:0;
	left:-90px;
	z-index:100;
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 	
	opacity:0;
}

.preview img {
	position: absolute;
	left:90px;
	top:0;
	width:95px;
	height:95px;
}


/* next button */			
.flex-next .preview {
	right:-90px;
	left:auto;	
}

.flex-next .preview img {
	position: absolute;
	left:-90px;
	top:0;
	width:95px;
	height:95px;
}

.flex-next .preview .alt {
	left:0;
}


/* hover style */		
.flex-prev:hover .preview {
	left:0;
	opacity:1;
}

.flex-next:hover .preview {
	right:0;
	opacity:1;
}	

@media (min-width: 768px) and (max-width: 991px) {
.flex-control-paging li a.flex-active { width:30px; height:30px;}
.flex-control-nav {bottom: 10px;}

.flex-control-paging li a{ line-height: 30px; font-size: 1em;}
}

@media (max-width: 767px) {
.flex-direction-nav{ display:none;}
.flex-control-paging li a {width:8px;height:8px;}
.flex-control-nav {bottom: 10px;}
.flex-control-paging li{ width:24px; height: 24px; padding: 0; margin: 0; }	
.flex-control-paging li a.flex-active { width:24px; height:24px;}
.flex-control-paging li a{ line-height: 24px; font-size: 0.8em;}
	
}